Delete Method (Folders Collection) 

The Delete method deletes all the folders in the Folders collection.

Syntax

objFoldersColl.Delete()

Parameters

objFoldersColl

Required. The Folders collection object.

 

Remarks

Be cautious using the Delete method with a collection, since it deletes all the collection s member objects. To delete only one FolderKM47H0 object, use the DeleteY7GHQ6 method specific to that object.

The Delete method on a large collection takes effect immediately and is permanent. Any object once deleted cannot be recovered.